home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / telecom / xprzmodem_3.1 / history next >
Text File  |  1994-11-17  |  4KB  |  124 lines

  1. Installation:
  2. -------------
  3.          copy xprzmodem.library libs:
  4.  
  5.          if you use Kick2.x/WB2.1 or 3.x
  6.  
  7.          copy Catalogs/deutsch/xprzmodem.catalog locale:catalogs/deutsch
  8.          
  9.          on this time there will be only a german catalog. Please send
  10.          me your translated *.ct-file.
  11.  
  12. --------------------------------------------------------------------------
  13.  
  14. This is basically version 2.50.  I just changed rx_timout from 600 to
  15. 30 in send.c to fix uploads so they truly work.
  16.  
  17. NOTE:  I compiled the 020 version using lattice 5.10b (as well as the
  18.        none '020 version), but since I only have a 68000, I don't know how
  19.        well or if it works.
  20.  
  21.  
  22. John Tillema
  23. jtillema@hacks.arizona.edu
  24.  
  25. ------
  26.  
  27. Recompiled the 2.51 020 version as 2.52 after fixing the LmkFile.020 file.
  28. Internal name of the library was being compiled as XprZmodem.Library.020
  29. rather than as XprZmodem.Library.
  30.  
  31.      Bill Perkins
  32.  
  33. BIX: Wmperkins
  34.  
  35. --------------------------------------------------------------------------
  36. Since v2.50 changes:-
  37. --------------------
  38.  
  39.  
  40.    2.50     update_rate()  fixed fatal error in current-duration
  41.                            calculation.  Caused 80000005 Guru.
  42.  
  43.             sprintf()      replaced with Mysprintf() routine.
  44.                            Thanks to Jim Cooper of the SAS institude
  45.                            for  the libinit and linent objects.
  46.  
  47.             Cyclic Redunduncy Check now uses a 32-bit hard-coded CRC table.
  48.             CRC-32 release by Bill Perkins.
  49.  
  50.  
  51.    2.51 -                  RX_timeout fix
  52.             Released initially by John Tillema.
  53.  
  54.    2.52 -                  Minor 020 compilation error fixed.
  55.             Released by Bill Perkins.
  56.  
  57. ---------------------------------------------------------------------------
  58.  
  59.    2.53 - Special Version by Olaf 'Olsen' Barthel Author from "Term"
  60.           (Don't know what he change)
  61.  
  62. ---------------------------------------------------------------------------
  63.  
  64.   2.60  - Don't know who made this version
  65.   2.60a - Don't know who made this version
  66.  
  67. ---------------------------------------------------------------------------
  68.  
  69. INFO: All Libs up to 2.61 are based on the Source of V2.52!!!
  70. =============================================================
  71.     changes:
  72.  
  73.  2.61 - mysprintf() in Utils.c - returned int changed to unsigned int
  74.     SAS/C get a Warning of this.
  75.  
  76.     - NOT RELEASED! ONLY FOR BETATESTER.
  77.  
  78.     In function XProtocolHostMon() (module Utils.c) declared
  79.     static UBYTE startrcv[] = { ZPAD, ZDLE, ZHEX, "00" };
  80.     SAS/C 6.x get a error of this.
  81.     Declared to:
  82.     static UBYTE *startrcv[] = { ZPAD, ZDLE, ZHEX, '0', '0' };
  83.  
  84.  2.62 - Now Blocksize avaiable
  85.  
  86.     - NOT RELEASED!
  87.  
  88.     Changes by Rainer Hess
  89.  
  90.  2.63 - Now support locale.library to use different languages with
  91.     Workbench 2.1, 3.x. On this time will be only the default
  92.     englisch-language and a german catalog-file. Please send me
  93.     the filled up xprzmodem_catalog.ct for your language.
  94.  
  95.     - NOT RELEASED! ONLY FOR BETATESTER.
  96.  
  97.     Changes by Rainer Hess
  98.  
  99.  2.64 - Aug  3 1993 - Blocksize was global declared, it's now in
  100.     struct Vars.
  101.  
  102.     - NOT RELEASED!
  103.  
  104.     Aug  4 1993 - Bug-Fix in function update_rate(), maschine
  105.     crashes on little files e.g. 2 Bytes - old problem from
  106.     2.52 and before!
  107.  
  108.     Changes by Rainer Hess
  109.  
  110.  3.0  - It's time to make a full release...
  111.  
  112.     Compile Date 13.August.93
  113.  
  114.     Rainer Hess - EMail: rhess@a3tnt.adsp.sub.org
  115.  
  116.  3.1  - Documentation update by Geoffrey Faivre-Malloy
  117.     Conversion of documentation to Amigaguide format.
  118.  
  119.     Code-Changes by Rainer Hess:
  120.     ZModem runs always with the sender blocksize or uses standart-mode
  121.     (M1024) if there is on one system a older zmodem.
  122.  
  123.     Compile Date 03.October.93
  124.